home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / music / sboot100.zip / BOOTUP.DOC < prev    next >
Text File  |  1993-04-09  |  7KB  |  224 lines

  1.  
  2.  
  3.                         ▌ Soundblaster Bootup v1.00.000 ▐
  4.                         ▌   Written by:  Chris Conway   ▐
  5.                         ▌           04/09/93            ▐
  6.                         ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  7.  
  8.  
  9.                                   SVGA Version
  10.  
  11.  
  12.            ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  13.            ■ Welcome to the Bootup Software for Sound Blaster Cards ■
  14.            ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  15.  
  16.  
  17.     The program uses the environmental variable SET SOUND= to find the 
  18.     CT-VOICE.DRV.  If you do not have the SET SOUND= variable in your 
  19.     AUTOEXEC.BAT then you must have a copy of CT-VOICE.DRV that came with
  20.     your Sound Blaster in the directory where you have BOOTUP.EXE.
  21.  
  22.     The command for setting the SOUND variable is as follows:
  23.  
  24.          SET SOUND=<path>
  25.  
  26.     Usually, setting the SOUND environment is as follows (assuming
  27.     the Sound Blaster Card files have been installed into C:):
  28.  
  29.          For SBPRO:
  30.               SET SOUND=C:\SBPRO
  31.  
  32.          For other Sound Blaster Cards:
  33.               SET SOUND=C:\SB
  34.  
  35.      Note:  There is no space before and after the = (equal) sign.
  36.  
  37.      All our loadable drivers are located on the \DRV subdirectory
  38.      below the SOUND path.  For example, if your SOUND environment
  39.      variable is C:\SB, the loadable drivers are located in the 
  40.      C:\SB\DRV subdirectory.
  41.  
  42.      The BLASTER environment string specifies the base I/O address,
  43.      interrupt and DMA channel hardware configuration of the 
  44.      Sound Blaster Card.  BLASTER environment reflects the current
  45.      hardware configuration of users' Sound Blaster Card.
  46.  
  47.      The command for setting a BLASTER environment is as follows:
  48.  
  49.           SET BLASTER=A220 I7 D1 T1
  50.  
  51.           where:
  52.                A - specifies the base I/O port
  53.                I - specifies the interrupt request line
  54.                D - specifies the DMA channel
  55.                T - specifies the SBC card type
  56.                     1 is for SB or SBMCV (default)
  57.                     2 is for SBPRO
  58.                     3 is for SB20
  59.                     4 is for SBPRO
  60.      
  61.      Note:  There is no space before and after the = (equal) sign,
  62.      but there must be at least one space between two settings.
  63.  
  64.  
  65.  
  66.  
  67.  
  68.      ■ NOTE ■
  69.      ────────
  70.  
  71.      Usually, you are not required to do this.  The installation
  72.      software that came with your Sound Blaster add this into 
  73.      your AUTOEXEC.BAT automatically.
  74.     
  75.      The two environment variables (SOUND and BLASTER) are added
  76.      into your AUTOEXEC.BAT during the software installation that
  77.      came with your Sound Blaster Card.
  78.     
  79.      Some earlier versions of the software that came with your 
  80.      Sound Blaster Card DO NOT support the BLASTER environment 
  81.      string.  It will be necessary to install these drivers
  82.      from the following steps:
  83.           
  84.           To Install CT-VOICE.DRV on v1.0 Cards
  85.                1.  Change directory to your Sound Blaster
  86.                    files.  Enter CD\SB
  87.                2.  Run INST-DRV program by entering INST-DRV.
  88.                3.  Specify the hardware settings
  89.                4.  Hit enter to install the driver with the
  90.                    new hardware settings.  
  91.                5.  Copy the CT-VOICE.DRV driver to the directory
  92.                    where this program is installed.
  93.  
  94.  
  95.     ■ INSTALLATION ■
  96.       ────────────
  97.     
  98.     Make a directory on your hard drive (default C:)
  99.  
  100.          MD BOOTUP
  101.  
  102.     Change to the C:\BOOTUP directory
  103.  
  104.          CD\BOOTUP
  105.  
  106.     Copy all files to the C:\BOOTUP directory
  107.  
  108.          C:\BOOTUP>      Displayed on your screen
  109.  
  110.          COPY A:\*.*     If diskette is locate in A: Drive
  111.          COPY B:\*.*     If diskette is locate in B: Drive
  112.  
  113.     If installing from a ZIP file:
  114.  
  115.          UNZIP ZIP file to a Directory that contains VOC files
  116.  
  117.          If starting the program from AUTOEXEC.BAT the following must be
  118.          done:
  119.               1.  Change to the directory where BOOTUP.EXE resides
  120.               2.  Execute BOOTUP.EXE
  121.               3.  Edit your AUTOEXEC.BAT with any ASCII editor and
  122.                   add the following lines:
  123.   
  124.                    EXAMPLE
  125.  
  126.                         @ECHO OFF
  127.                         ..... Your Stuff
  128.                         CD\BOOTUP
  129.                         BOOTUP
  130.                         CD\
  131.                         ..... Your Stuff
  132.  
  133.  
  134.  
  135.     ■ PLAYING VOC FILES ■
  136.       ─────────────────
  137.  
  138.     BOOTUP.EXE must be run from the directory which Sound Blaster
  139.     Bootup was installed.  Make sure VOC files are in this directory
  140.     if you wish the program to randomly select a voice file for
  141.     playing.
  142.  
  143.  
  144.     VOC Files can be played from command line by typing:
  145.   
  146.     BOOTUP filename
  147.     BOOTUP [DRIVE & PATH] filename 
  148.  
  149.     EX:  BOOTUP TEST    
  150.     EX:  BOOTUP TEST.VOC    
  151.     EX:  BOOTUP C:\VOCS\TEST
  152.     EX:  BOOTUP C:\VOCS\TEST.VOC
  153.  
  154.     NOTE:  The .VOC extention is not required but will work just the
  155.     ────   same.
  156.  
  157.     Upper or Lower case characters accepted
  158.  
  159.     If BOOTUP.EXE is executed by itself it will (randomly) select a VOC file 
  160.     in the current directory to play while displaying the file name, file size,
  161.     file date and other data.  The maximum number of VOC files the program
  162.     can randomly pick is 1,024 files with any file size.
  163.  
  164.     OPTIONS available while playing  -  Exit  Pause  Continue  Repeat
  165.                                        [Esc]  [P]    [C]       [R]
  166.  
  167.  
  168.     ■ MINIMUM SYSTEM REQUIREMENTS ■
  169.       ───────────────────────────
  170.  
  171.     640k memory
  172.  
  173.     DOS version 3.01 and above
  174.  
  175.     VGA compatible card and monitor with at least 256k RAM
  176.  
  177.     Sound Blaster Card v1.5 and above to include Sound Blaster
  178.     Pro and Sound Blaster 16
  179.          This software was not tested on Sound Blaster Cards with
  180.          revision 1.0.  This was the very first card released by
  181.          Creative Labs, Inc.
  182.  
  183.  
  184.     ■ CREDITS ■
  185.       ───────
  186.  
  187.     ■ Sound Blaster is a copyright of Creative Labs, Inc.
  188.     ■ Genus Programming is a copyright of Genus Microprogramming, Inc.
  189.     ■ PDS is a copyright of Microsoft Corporation
  190.  
  191.  
  192.     Any question or comments may be left to me on Hyperfine BBS (205) 821-4407
  193.                  
  194.                      US Robotics Dual Standard's ALL Nodes 16.8K
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.     ■ REGISTRATION ■
  202.       ────────────
  203.  
  204.     Your Name       ____________________________    1 Copy     - $16.50 ea
  205.     Company Name    ____________________________    2-5 Copies - $15.50 ea
  206.     Mailing Address ____________________________    10+ Copies - $14.00 ea
  207.                     ____________________________
  208.                     ____________________________ 
  209.  
  210.     Media Type
  211.  
  212.     [ ] 3.5 High Density    [ ] 3.5 Low Density
  213.     [ ] 5.25 High Density   [ ] 5.25 Low Density
  214.  
  215.     BONUS:  (Voice) VOC File Supplement Disk Included
  216.  
  217.     Total Amount Enclosed ______________________
  218.  
  219.     Include check or money order payable to:  Chris Conway
  220.  
  221.     Mail to: Chris Conway
  222.          973 Gentry Drive            BBS Support - (205) 821-4704
  223.          Auburn, AL 36830            Phone       - (205) 821-4728
  224.